home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / ReadLn.doc < prev    next >
Text File  |  1995-09-05  |  1KB  |  65 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     ReadLn
  6.  
  7.     SYNOPSIS
  8.     ReadLn -  Read Line[s] from a filehandle  - Requires v37
  9.  
  10.     INPUTS
  11.     "FILEHANDLE/N/A,LINES/N/K"
  12.  
  13.     DESCRIPTION
  14.  
  15.     ReadLn reads linesfrom a filehandle previosly opened
  16.     with the 'Open' command. its purpose is to split the
  17.     contents of a certain file in order to be able to
  18.     handle it with different other commands, without a need
  19.     of using another scripting language (like e.g. ARexx).
  20.     ReadLn does no checks on the given filehandle, so
  21.     it should be used carefully.
  22.  
  23.      RESULT
  24.     the read lines
  25.     
  26.  
  27.     
  28.         
  29.  
  30.     NOTES
  31.     * CLI - only
  32.  
  33.     * should compile with SAS-C
  34.     
  35.  
  36.     ! ReadLn is highly dangerous! Do not Use it, !
  37.     ! if U do not exactly know what U are doing! !
  38.     
  39.  
  40.     BUGS
  41.  
  42.  
  43.     EXAMPLES
  44.  
  45.     > set fh `Open Sys:S/Shell-startup`
  46.     > Readln $fh
  47.       alias xcopy "copy clone "
  48.     > Close $fh
  49.     > Unset fh
  50.     
  51.  
  52.     HISTORY
  53.  
  54.     21-02-95 b_noll created
  55.     21-02-95 b_noll added version/format-prefix/offset
  56.     20-03-95 b_noll added args diagnostics
  57.     20-03-95 b_noll ReadLn always skipped one line
  58.     19-08-95 b_noll created .data file
  59.     
  60.  
  61.     AUTHOR
  62.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  63.     noll@student.uni-kl.de
  64.  
  65.